home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
manage
/
dist.exe
/
DUNPACK.EZE
/
ACTION
/
SAMPLE3.TCF
< prev
next >
Wrap
Text File
|
1994-01-01
|
983b
|
29 lines
; --------------------------------------------------
; Example 3 of TxtMaint Control File for DISTRIBUTOR
; --------------------------------------------------
; This example will make sure the following line:
; SHELL=C:\DOS\COMMAND.COM /P /E:1024
; appears at the END of the CONFIG.SYS file.
; First, the SHELL= line is deleted, if required.
; Then it is appended to the file.
; --------------------------------------------------
; Note: The BACKUP command was only used for the
; first pass. This saves time.
; --------------------------------------------------
[ Delete CONFIG.SYS:SHELL= ]
file = c:\config.sys
backup = c:\config.old
token = SHELL=
action = delete
type = complete
[ Append CONFIG.SYS:SHELL= ]
file = c:\config.sys
token = SHELL=
setting = SHELL=C:\DOS\COMMAND.COM /P /E:1024
action = replaceInsert
type = complete
position = end